const runtime.stackFromSystem

3 uses

	runtime (current package)
		stack.go#L120: 	stackFromSystem  = 0 // allocate stacks from system memory instead of the heap
		stack.go#L357: 	if debug.efence != 0 || stackFromSystem != 0 {
		stack.go#L459: 	if debug.efence != 0 || stackFromSystem != 0 {